body {
    padding: 1% 2%;
    background-position: center bottom;
    background-size: cover;
}

header {
    background-color: #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

header a.nav-link.active,
header a.nav-link:hover,
header a.nav-link.show {
    color: #0025ff !important;
}

header ul.dropdown-menu {
    border: 0;
    background: #0f1112 !important;
}

footer {
    background-color: black;
    color: var(--color-secondary);
    text-align: center;
    min-height: 150px;
    display: flex;
    align-items: center;
    width: 100%;
}

img.logo-navbar, img.logo-navbar-dinamica {
    max-width: 55%;
}

.logo-brand-footer {
    max-width: 100px;
}

.main-content {
    flex: 1;
    display: flex;
    justify-content: center;
}

.min-height-450px{
    min-height: 450px;
    align-items: center !important;
}
.box-profile .circular--file {
    background: #0025ff;
    background-image: url(../elementos/imagenes/fondo_registro_mundopep.webp);
    background-size: cover;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: #ffffff;
    margin-right: 0.5em;
    overflow: hidden;
    /* Asegura que la imagen no se desborde */
}

.circular--file img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Asegura que la imagen llene el contenedor circular */
}

.box-profile {
    /* background: #0c0c0c; */
    padding: 2%;
    border-radius: 2em;
}

span.badge.rounded-circle {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.35rem;
}


.progress-bar-1,
.badge-bg-1 {
    background-color: #000000 !important;
}

.progress-bar-2,
.badge-bg-2 {
    background-color: #030349 !important;
}

.progress-bar-3,
.badge-bg-3 {
    background-color: #0e0e96 !important;
}

.progress-bar-4,
.badge-bg-4 {
    background-color: #0025ff !important;
}

.progress-bar-5,
.badge-bg-5 {
    background-color: #275ef6 !important;
}



.text-with-shadow {
    text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

.star-pop {
    width: 84px;
    height: auto;
    opacity: 0;
    animation: fadeIn 1s forwards;
}

.star-pop.star-1 {
    left: 77%;
    top: -15%;
    animation: fadeIn 1s forwards, twinkle 3.5s infinite 1s;
}

.star-pop.star-2 {
    left: 82%;
    top: -45%;
    width: 70px;
    animation: fadeIn 1.2s forwards, twinkle 3.5s infinite 1.5s;
}

.star-pop.star-3 {
    top: 70%;
    left: 15%;
    animation: fadeIn 1.3s forwards, twinkle 3.5s infinite 1.8s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes twinkle {

    0%,
    100% {
        opacity: 1;
    }

    10% {
        opacity: 0.8;
    }

    20% {
        opacity: 0.6;
    }

    30% {
        opacity: 0.4;
    }

    40% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.8;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 0.8;
    }

    80% {
        opacity: 0.6;
    }

    90% {
        opacity: 0.4;
    }
}

.waves-effect {
    transition: opacity 0.5s ease;
    /* Transición suave para la opacidad */
}

.waves-effect span {
    margin: 0 -5px;
    /* Ajusta el margen para juntar las letras */
    display: inline-flex;
    animation: wave-text 2s ease-in-out infinite;
    /* Animación en bucle */
}

.waves-effect span:nth-of-type(1) {
    animation-delay: 0s;
}

.waves-effect span:nth-of-type(2) {
    animation-delay: 0.1s;
}

.waves-effect span:nth-of-type(3) {
    animation-delay: 0.2s;
}

.waves-effect span:nth-of-type(4) {
    animation-delay: 0.3s;
}

.waves-effect span:nth-of-type(5) {
    animation-delay: 0.4s;
}
.waves-effect span:nth-of-type(6) {
    animation-delay: 0.5s;
}
.waves-effect span:nth-of-type(7) {
    animation-delay: 0.6s;
}
.waves-effect span:nth-of-type(8) {
    animation-delay: 0.7s;
}
.waves-effect span:nth-of-type(9) {
    animation-delay: 0.8s;
}

@keyframes wave-text {

    0%,
    100% {
        transform: scaleY(1);
        opacity: 0.8;
    }

    25% {
        transform: scaleY(1.5);
        opacity: 1;
    }

    50% {
        transform: scaleY(1);
        opacity: 0.8;
    }

    75% {
        transform: scaleY(1.2);
        opacity: 0.9;
        /* Un poco más opaco que el normal */
    }
}

h1.title-web-1 {
    font-size: 4rem;
}
h1.title-web-2 {
    font-size: 3rem;
}
h1.title-web-3 {
    font-size: 1rem;
}

h1.title-web-1 span.pepsi-regular{
    font-size: 4.85rem;
}

h1.title-web-2 span.pepsi-regular {
    font-size: 3rem;
}



h1 .with-box-inclinado.box-etiqueta {
    background: #0025FF;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    -webkit-transform: rotate(-150deg) !important;
    -moz-transform: rotate(-3deg) !important;
    transform: rotate(-3deg) !important;
    position: absolute;
    left:0;
    right: 0;
    margin: auto;
    margin-top: -1%;
    padding-top: .5rem;
    max-width: fit-content;
    padding-bottom: .5rem;
}

div#advertirRepetidosModal .modal-content {
    background: black;
    color: white;
}

.slider-min-40{
    min-width: 40%;
    margin-right: 15px !important;
}

/* Estilos para las flechas */
.swiper-button-next,
.swiper-button-prev {
    background: white !important;
    display: flex !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    font-size: 40px !important;
    color: #0025FF !important;
}

.swiper-button-next {
    right: -5% !important;
}

.swiper-button-prev {
    left: -5% !important;
    top: 50% !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: none !important;
    /* Elimina el contenido existente */
}
span.swiper-pagination-bullet {
    background: #ffffff !important;
}

.row.grid-slider .border-radius-image, .row.grid-slider .border-radius-image img {
    border-radius: 1em !important;
}
.row.grid-slider span.category-name {
    border: 1px solid white;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 30px;
    padding-top: .35rem;
    padding-bottom: .35rem;
    margin: 0.5em 0em;
    font-size: .85rem;
    line-height: normal;
}

.row.grid-slider  .card {border-radius: 1em !important;}

.swiper-slide .border-radius-image, .border-radius-image img {
    border-radius: 2em !important;
}
.swiper-slide span.category-name {
    border: 1px solid white;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 30px;
    padding-top: .35rem;
    padding-bottom: .35rem;
    margin: 0.5em 0em;
    font-size: .85rem;
    line-height: normal;
}

.swiper-slide  .card {border-radius: 2em !important;}


.swiper-pagination.swiper-pagination-bullets-dynamic {
    margin: auto !important;
    transform: none !important;
}

.card.card-circle {
    border-radius: 50% !important;
}
div#nav-tab.tabs-premios {
    border: 0;
}

div#nav-tab.tabs-premios button.nav-link.active {
    background: white;
    color: #0025FF !important;
    font-family: 'Pepsi-Regular';
    border-radius: 30px !important;
}

div#nav-tab.tabs-premios button.nav-link {
    color: white;
    font-family: 'Pepsi-Regular';
    background: black;
    border-radius: 30px !important;
    margin-right: .75rem;
}


.card.card-circle.card-block {
    backdrop-filter: blur(10px);
    background: #00000082;
}

img.premio-bloqueado {
    -webkit-filter: grayscale(100%); /* Para navegadores WebKit */
    filter: grayscale(100%);
}

.img-preview-premio {
    max-width: 80%;
}
.swiper-button-next.arrow-black{
    background: black !important;
    color: white !important;
}

.swiper-button-prev.arrow-black{
    background: black !important;
    color: white !important;
}

/****** MEDIA QUERIES *******/

/***** TELEFONOS Y TABLETS PEQUEÑAS PORTRAIT *****/
@media only screen and (max-width: 1020px) and (orientation: portrait) {
    .swiper-button-next.d-block,
    .swiper-button-prev.d-block {
        display: flex !important;
        font-size: 1rem !important;
        width: 40px !important;
        height: 40px !important;
        top: 40% !important;
    }

    h1 .with-box-inclinado.box-etiqueta {
        min-width: 60%;
    }
    footer {
        font-size: .85rem;
        min-height: auto;
    }

    footer .logo-brand-footer {
        margin-top: 0.75em;
        max-width: 170px;
    }

    nav.navbar .container-fluid {
        flex-wrap: nowrap;
    }

    nav.navbar .logo-navbar, img.logo-navbar-dinamica {
        max-width: 40%;
    }

    .offcanvas .logo-navbar {
        max-width: 55% !important;
    }

    header .offcanvas {
        width: 100%;
        background: black;
        min-width: 100%;
        border: 0 !important;
    }

    header .offcanvas .nav-item .nav-link {
        font-size: 1.25rem;
    }

    header .offcanvas .nav-item button {
        font-size: 1rem !important;
    }

    header .offcanvas .nav-item {
        min-width: 100%;
        text-align: center;
    }

    header .offcanvas .nav-item button {
        min-width: 75%;
    }

    header .offcanvas-body {
        padding: 0;
        display: block;
    }

    header .offcanvas-header {
        padding: 5%;
    }

    header ul.navbar-nav {
        padding: 3%;
        margin: auto;
        min-height: 60vh;
        min-width: 80%;
    }

    header .dropdown-menu {
        max-width: 80%;
        margin: auto;
        border: 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
}

/***** SOLO TELEFONOS ****/
@media only screen and (max-width: 480px) and (min-height: 812px) and (orientation: portrait) {
    h1.title-web-1, h1.title-web-2 {
        margin-top: .95em;
    }

    .star-pop.star-1 {
        left: 90%;
        top: -3%;
        width: 75px;
    }

    .star-pop.star-2 {
        left: 85%;
        top: -7%;
        width: 70px;
    }

    .star-pop.star-3 {
        top: 18%;
        left: 0;
        width: 75px;
    }
}

@media only screen and (max-width: 480px) {

    .swiper-button-next.d-block,
    .swiper-button-prev.d-block {
        display: flex !important;
        font-size: 1rem !important;
        width: 40px !important;
        height: 40px !important;
        top: 40% !important;
    }

    
    h1 .with-box-inclinado.box-etiqueta {
        min-width: 75%;
    }
    
    header ul.navbar-nav {
        padding: 0;
        margin: auto;
        min-width: 80%;
        justify-content: start;
    }

    footer .logo-brand-footer {
        max-width: 90px;
    }

    .star-pop {
        width: 60px !important;
    }

    .star-pop.star-3 {
        top: 80% !important;
        left: 0;
        width: 30px !important;
    }

    .star-pop.star-2 {
        left: 90%;
        top: -5%;
        width: 30px !important;
    }

    .star-pop.star-1 {
        top: -50%;
        width: 50px !important;
        left: 80%;
    }

    img.logo-navbar-dinamica{
        max-width: 60%;
    }
    
    h1.title-web-1 {
        font-size: 2.2rem;
        margin-top: .25em;
    }

    h1.title-web-1 span.pepsi-regular {
        font-size: 2.35rem;
    }

    h1.title-web-2 {
        font-size: 1.85rem;
        margin-top: .25em;
    }

    h1.title-web-2 span.pepsi-regular {
        font-size: 2rem;
    }


}

/***** TABLETS PEQUEÑAS ****/
@media only screen and (min-width: 481px) and (max-width: 820px) and (orientation: portrait) {
    .star-pop.star-1 {
        left: 92%;
        top: -3%;
        width: 60px;
    }

    .star-pop.star-2 {
        left: 85%;
        top: -45%;
        width: 70px;
    }

    .star-pop.star-3 {
        top: 18%;
        left: 0;
        width: 49px;
    }

}

/***** TABLETS PEQUEÑAS LANDSCAPE ****/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .star-pop.star-3 {
        top: 45%;
        left: 8%;
    }
}

/***** TABLETS GRANDES LANDSCAPE ****/
@media only screen and (min-width: 1280px) and (max-width:1366px) and (orientation: landscape) {}

/**** CASO PARTICULAR IPAD PRO VERTICAL ****/
@media only screen and (min-width: 1020px) and (max-width: 1024px) {
    a.navbar-brand {
        max-width: 28%;
    }

}

/***** PANTALLAS GRANDES ****/
@media only screen and (min-width: 1900px) {
    h1.title-web-1 {
        font-size: 5.4rem;
    }

     h1.title-web-2 {
        font-size: 4rem;
    }

    h1.title-web-1 span.pepsi-regular {
        font-size: 5.85rem;
    }

    .star-pop.star-3 {
        top: 60%;
        left: 18%;
    }

    .star-pop.star-2 {
        left: 75%;
        top: -5%;
    }

    .star-pop.star-1 {
        top: -40%;
        left: 78%;
    }
}



@media (min-width: 1200px) {
    .swiper-wrapper.get-flex-desktop {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}